
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
    <meta HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
    <meta HTTP-EQUIV="Expires" CONTENT="0">

    <title>检测到疑似攻击行为,访问已被云网盾拦截!</title>
    <style type="text/css">
        <!--
        body {margin: 0px; padding:0px; font-family:"微软雅黑", Arial, "Trebuchet MS", Verdana, Georgia,Baskerville,Palatino,Times; font-size:16px;}
        div{margin-left:auto; margin-right:auto;}
        a {text-decoration: none; color: #1064A0;}
        a:hover {color: #0078D2;cursor: pointer}
        img { border:none; }
        h1,h2,h3,h4 {
            /*	display:block;*/
            margin:0;
            font-weight:normal;
            font-family: "微软雅黑", Arial, "Trebuchet MS", Helvetica, Verdana ;
        }
        h1{font-size:44px; color:#0188DE; padding:20px 0px 10px 0px;}
        h2{color:#0188DE; font-size:16px; padding:10px 0px 40px 0px;}
        #wrapper{width:100%;}
        #page{width:950px; padding:20px 20px 40px 20px; margin-top:80px;}

        .button{width:180px; height:28px; margin-left:0px; margin-top:10px; background:#009CFF; border-bottom:4px solid #0188DE; text-align:center;}
        .button a{width:180px; height:28px; display:block; font-size:14px; color:#fff; }
        .button a:hover{ background:#5BBFFF;}

        a.apply-btn {
            display: inline-block;
            width: 200px;
            height: 50px;
            line-height: 50px;
            background: #0188DE;
            font-size: 20px;
            color: #cdfff7;
            text-align: center;
        }
        .detail-info{
            padding: 10px 0;
            border: 1px solid red;
            height: auto;
            width: 400px;
            position: absolute;
            left: 0;
            top:21px;
            background: #fff;
            border-radius: 3px;
            display: none;
        }
        .active .detail-info{
            display: block;
        }
        .msg-item{
            padding:0 20px;
            line-height: 26px;
            font-size: 14px;
            color:#000;
        }
        .msg-item label{
            float:left;
            height: 26px;
            line-height: 26px;
            width:100px;
            text-align: right;
        }
        .msg-item div{
            overflow: hidden;
            line-height: 26px;
            word-wrap: break-word;
            word-break: break-all;
        }
        -->
    </style></head>

<body>

<div id="wrapper">
    <div id="page" style="border-style:dashed; border-color:#e4e4e4; line-height:30px;">
        <div style="text-align: center"><img src="close.png"   alt="" width="100"></div>
        <h1 style="text-align: center">检测到疑似攻击行为, 访问已被云网盾拦截!</h1>
        <br />
        <br />
        <font color="green">标识：</font><font color="red" id="J_hostName" class="bscon" style="word-break: break-word;">041051046044042049045044041055040044045046030047040049038055046044041051040044042051040036049050044050043051042048045</font>
        <a href="javascript:;"  style="background: #0188DE;color: #fff;width: 80px; padding: 5px 10px" class="biaoshi">复制标识</a><br />
        <font color="green">当前时间：</font><font color="red" id="J_hostName">2024-12-28 15:39:42</font><br /><br />
        系统检查到您的访问存在疑似攻击的行为，已经自动列入禁止名单<br>
        <br>
        <br>
        1.系统检测到您的访问行为疑似攻击，访问已被云网盾拦截<br>
        2.系统已记录您所有访问日志，请自觉维护网络安全<br>
        3.若是系统误判，请提交工单申请解封（请复制标识粘贴到工单）<br>
        4.网络安全为人民，网络安全靠人民<br>


    </div>
    <script type="text/javascript" src="jquery.js"></script>
    <script type="text/javascript" src="layer.min.js"></script>
    <script type="text/javascript" src="clipboard.min.js"></script>
    <script type="text/javascript">
        $(function () {
            // 导入 clipboard.js 后，实例化一个对象
            var clipboard = new ClipboardJS('.biaoshi', {
                text: function() {
                    return $('.bscon').text();
                }
            });
            // 可以添加监听事件处理成功或失败的回调函数
            clipboard.on('success', function(e) {
                layer.msg('复制成功', {icon: 6});
            });
        })
    </script>
</div>
</body>
</html>

